Appliance Monitoring MonitoredItem
Appliance Monitoring MonitoredItem schema Structure representing requested monitored item data.
{
"id": "string",
"name": "string",
"units": "string",
"category": "string",
"instance": "string",
"description": "string"
}
monitored item ID Ex: CPU, MEMORY
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.monitoring
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.monitoring
.
monitored item name Ex: "Network write speed"
Y-axis label EX: "Mbps", "%"
category Ex: network, storage etc
instance name Ex: eth0
monitored item description Ex: com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0